{% extends 'base_dashboard.html' %} {% block title %}Exam session — {{ course.title }}{% endblock %} {% block content %}

Secure exam session

{{ course.title }}

  • • Opens in a dedicated window (one question at a time).
  • • After practice, the real exam goes full screen with a {{ course.duration_minutes }}-minute timer.
  • • Leaving the tab or exiting full screen is logged. After {{ flag_threshold }} tab switches the attempt is flagged for staff review — it is not auto-failed.
  • • Copy/paste and browser back are blocked as a deterrent.
  • • Timer expiry auto-submits whatever you have answered.

Allow pop-ups for this site if the window does not open.

Back to course
{% endblock %} {% block extra_js %} {% endblock %}